.paytit {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}

.panlink {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    overflow: hidden;
    line-height: 24px;
}

.yunpancopy {
    font-size: 12px;
    color: #999;
    text-decoration: underline;
    margin-left: 8px;
}

.yunpancode {
    background: #fff3e9;
    display: inline-block;
    padding: 3px 7px;
    border: 1px dashed #f58b36;
    line-height: 1;
    border-radius: 2px;
}

.num {
    display: inline-block;
    margin-right: 0px;
    width: 18px;
    height: 20px;
    text-align: center;
    color: #999393;
}
.num1 {
    color: white;
    font-size: 13px;
    padding: 0px 5px;
    background-color: #f93131;
    width: 25px;
    height: 25px;
}

.num2 {
    color: white;
    font-size: 13px;
    padding: 0px 5px;
    background-color: #ff9900;
    width: 25px;
    height: 25px;
}

.num3 {
    color: white;
    font-size: 13px;
    padding: 0px 5px;
    background-color: #0066ff;
    width: 25px;
    height: 25px;
}

/*.navbar-header {*/
/*    display: inline-block;*/
/*}*/

.navbar-right {
    font-size: 15px;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    /*margin-right: 5px;*/
}

.navbar-brand {
    margin-top: 0px;
    margin-bottom: 0px;
    /*margin-right: 5px;*/
}

/*.site-header .navbar-text {*/
/*    font-size: 15px;*/
/*    !*float: right;*!*/
/*    margin-top: 0px;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.site-header .navbar-text .dropdown .img-circle{*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    padding: 0;*/
/*    border-color: #eee;*/
/*}*/

.float {
    height: 58px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding-left: 10%;
    padding-right: 10%;
    border-top: 1px solid #f9f9f9;
}
.float li {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    margin-top: 8px;
}

.float li i {
    color:#34495e;
    display: block;
}

